object AboutBox: TAboutBox Left = 165 Top = 110 BorderStyle = bsSingle Caption = 'About Easytext' ClientHeight = 286 ClientWidth = 390 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 128 Top = 8 Width = 151 Height = 44 Alignment = taCenter Caption = 'Easytext ' Font.Charset = ANSI_CHARSET Font.Color = clNavy Font.Height = -37 Font.Name = 'Barbedor T' Font.Style = [fsBold] ParentFont = False Transparent = True end object Image1: TImage Left = 40 Top = 32 Width = 32 Height = 32 AutoSize = True end object Label4: TLabel Left = 144 Top = 56 Width = 107 Height = 25 Alignment = taCenter Caption = 'Text Editor' Font.Charset = ANSI_CHARSET Font.Color = clNavy Font.Height = -21 Font.Name = 'Barbedor T' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 152 Top = 88 Width = 97 Height = 19 Alignment = taCenter Caption = 'Version 2.0.0' Font.Charset = ANSI_CHARSET Font.Color = clNavy Font.Height = -16 Font.Name = 'Barbedor T' Font.Style = [fsBold] ParentFont = False end object Bevel1: TBevel Left = 33 Top = 142 Width = 320 Height = 3 Shape = bsTopLine end object Label5: TLabel Left = 33 Top = 185 Width = 238 Height = 16 Caption = 'Physical Memory Available to Windows:' Font.Charset = ANSI_CHARSET Font.Color = clNavy Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object PhysMem: TLabel Left = 283 Top = 185 Width = 7 Height = 16 Caption = '0' Font.Charset = ANSI_CHARSET Font.Color = clNavy Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label3: TLabel Left = 154 Top = 112 Width = 99 Height = 10 Alignment = taCenter Caption = 'Copyright � 1998 EasyWare' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -8 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label7: TLabel Left = 35 Top = 160 Width = 3 Height = 16 Font.Charset = ANSI_CHARSET Font.Color = clNavy Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object BitBtn1: TBitBtn Left = 160 Top = 232 Width = 75 Height = 25 TabOrder = 0 OnClick = OKButtonClick Kind = bkOK end end